#0000092991
10 / 124
Consider the following program segment:
#include <iostream.h>
main ( )
{
int amount = 55;
cout ≪ dec ≪ amount ≪ ′′
≪ oct ≪ amount ≪ ′′
≪ hex ≪ amount:
}
This program segment prints out which of the following?